CE Gobi SDK  2.14
GobiApi
Remote Management Service

Functions

IMPORTGOBI ULONG GOBICMAPI GetSMSWake (ULONG *pbEnabled, ULONG *pWakeMask)
 
IMPORTGOBI ULONG GOBICMAPI SetSMSWake (ULONG bEnable, ULONG wakeMask)
 

Detailed Description

Function Documentation

IMPORTGOBI ULONG GOBICMAPI GetSMSWake ( ULONG *  pbEnabled,
ULONG *  pWakeMask 
)

This function queries the state of the SMS wake functionality QMI_RMS_GET_EVENT_SMS_WAKE_MSG 0x0020

Parameters
pbEnabled[ O ] - SMS wake functionality enabled?
pWakeMask[ O ] - SMS wake mask (only relevant when enabled)
Returns
See GobiErrorCodes.h
IMPORTGOBI ULONG GOBICMAPI SetSMSWake ( ULONG  bEnable,
ULONG  wakeMask 
)

This function enables/disables the SMS wake functionality

Parameters
bEnable[ I ] - Enable SMS wake functionality?
wakeMask[ I ] - SMS wake mask (only relevant when enabling)
Returns
See GobiErrorCodes.h